Crate uabs[][src]

This crate provides the UnsignedAbs trait containing a function uabs() which calculates the absolute value of the input and returns it as an unsigned integer of the same size as the input.

Traits

UnsignedAbs

Trait exposing the uabs() operation.